home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / bat6.zip / QUIKHELP.BAT < prev    next >
DOS Batch File  |  1991-10-19  |  261b  |  11 lines

  1. @ECHO OFF
  2. REM This is QUIKHELP.BAT
  3. IF %1!==! GOTO OOPS
  4. FIND /I < \DOS\DOSHELP.HLP "%1" | FIND /V "@" | MORE
  5. GOTO END
  6. :OOPS
  7. ECHO To get help on a particular topic
  8. ECHO enter a word (or part of a word)
  9. ECHO after %0, for example %0 copy or %0 disk
  10. :END
  11.